home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / TESTWARE / WHERE / WHERE.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-17  |  235b  |  12 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo The files are going to be copied to a directory on hard disc C: 
  5. echo in a directory called C:\where
  6. pause
  7. md c:\where
  8. copy *.* c:\where
  9. c:
  10. cd\where
  11. echo To run the program type WHERE
  12. del install.bat